home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / byt85apr.lbr / PRSTREAD.MQ / PRSTREAD.ME
Text File  |  1985-09-15  |  3KB  |  63 lines

  1. Attention:
  2. 1. If you created subdirectory with mproust program you need to type :
  3.       (load "<drive letter>:<full path spec>mproust")
  4.         i.e.: (load "c:\\mproust\\mproust")
  5.    Please notice double backslashes. There are due to Lisp peculiarities.
  6.  
  7. 2. Mproust creates file SYSOUT.DAT in the same directory where mproust
  8.    is located. SYSOUT.DAT records the mproust session output.
  9.   THAT MEANS THAT IF YOU HAVE ANOTHER FILE WITH THE SAME NAME IT WILL BE ERASED.
  10.  
  11.  
  12.  
  13.  
  14.                           INSTRUCTIONS
  15.  
  16.  
  17. Config1:  Files on Hard Disk "C:"
  18.       Boot System
  19.       Place GCLISP Master Disk in A:
  20.       Type D> A: and press Enter
  21.       Type A> GCLISP and press Enter
  22.       Type * (load "C:mproust")
  23.       Wait for files to load
  24.       Answer C and press Enter to the question :
  25.         "What Disk on the PASCAL and problem files on (A, B, or C):"
  26.       Enter desired PASCAL File name
  27.       Enter type of problem (average or rainfall)
  28.       Enter Carriage Return when program pauses
  29.  
  30. Config2:  Files on Floppy Disk in drive "B:"
  31.       Boot System
  32.       Place GCLISP Master Disk in A:
  33.       Type D> A: and press Enter
  34.       Type A> GCLISP and press Enter
  35.       Type * (load "B:mproust")
  36.       Wait for files to load
  37.       Answer B and press Enter to the question :
  38.         "What Disk are the PASCAL and Problem files on (A, B, or C):"
  39.       Enter desired PASCAL File name
  40.       Enter type of problem (average or rainfall)
  41.       Enter Carriage Return when program pauses
  42.  
  43. Config3:  Files on Floppy Disk and only Drive "A:" is available
  44.       Boot Sys
  45.       Place GCLISP Disk in A:
  46.       Type D> A: and press Enter
  47.       Type A> GCLISP and press Enter
  48.       Type * (load "LISPLIB\\DRFMAC")
  49.            * (load "LISPLIB\\DRFSTRUCT")
  50.            * (load "LISPLIB\\DRIBBLE")
  51.            * (load "LISPLIB\\WSTREAM")
  52.  
  53.       Remove GCLISP Disk
  54.       Place Mproust Floppy in Drive A:
  55.       Type * (load "A:MPROUST")
  56.       Wait for file to load
  57.       Answer A and press Enter to question :
  58.         "What Disk are the PASCAL and Problem files on (A, B, or C):"
  59.       Enter desired PASCAL File name
  60.       Enter type of problem (average or rainfall)
  61.       Enter Carriage Return when program pauses
  62.  
  63.